home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / curses.arc / portab.h < prev    next >
Text File  |  1987-08-24  |  230b  |  10 lines

  1. /*
  2.  * This file re-implements portions of the Alcyon portab.h needed
  3.  * by curses. If you have a more complete portab.h that contains
  4.  * the following definitions, use it.
  5.  */
  6.  
  7. #define    BYTE    char
  8. #define    WORD    int
  9. #define    LONG    long
  10.